vcPythonFeature
Represents a python feature object. The Python script feature uses a custom Python script to generate the geometry. The geometry is generated by calling the OnEvaluate function in the script, if it is defined.
See in: Overview
Module: vcFeatures
Parent: vcFeature
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Language | vcLanguageType | RW | Gets or sets the language of the Python script. |
| Script | String | RW | Gets or sets the code of the Python feature. |